What are the benefits to using String[] over List<String>?

Posted by Jones on Stack Overflow See other posts from Stack Overflow or by Jones
Published on 2010-05-20T17:26:53Z Indexed on 2010/05/20 17:30 UTC
Read the original article Hit count: 110

Filed under:
|
|
|
|

I understand that there are several benefits of using List<>. However, I was wondering what benefits might still exist for using arrays.

Thanks.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#